←Select platform

AddDICOMServerEventLogRow(string,string,int,string,string,int,string,DateTime,string,string,string,byte[],string) Method

Summary

Adds a new DICOMServerEventLogRow to the DataTable.Rows collection.

Syntax
C#
C++/CLI
public DICOMServerEventLogRow AddDICOMServerEventLogRow( 
   string ServerAETitle, 
   string ServerIPAddress, 
   int ServerPort, 
   string ClientAETitle, 
   string ClientHostAddress, 
   int ClientPort, 
   string Command, 
   DateTime EventDateTime, 
   string Type, 
   string MessageDirection, 
   string Description, 
   byte[] Dataset, 
   string CustomInformation 
) 
public:  
   DICOMServerEventLogRow^ AddDICOMServerEventLogRow( 
       String^ ServerAETitle, 
      String^ ServerIPAddress, 
      int ServerPort, 
      String^ ClientAETitle, 
      String^ ClientHostAddress, 
      int ClientPort, 
      String^ Command, 
      System::DateTime EventDateTime, 
      String^ Type, 
      String^ MessageDirection, 
      String^ Description, 
      array<Byte>^ Dataset, 
      String^ CustomInformation 
   ) 

Parameters

ServerAETitle

The Server AE title.

ServerIPAddress

The Server IP Address.

ServerPort

The Server Port

ClientAETitle

The Client AE Title

ClientHostAddress

The Client Host Address.

ClientPort

The Client Port.

Command

The DICOM Command caused the event log.

EventDateTime

The event log Date-Time.

Type

The type of the command.

MessageDirection

The direction of the event log.

Description

The event log description text.

Dataset

The DicomDataSet associated with the event log.

CustomInformation

More information about the event log.

Return Value

The DICOMServerEventLogRow which is added to the DataTable.Rows collection.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.